home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / DefineButton2_26 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  102 b   |  8 lines

  1. on(release){
  2.    tellTarget(_root)
  3.    {
  4.       gotoAndStop("Instructions");
  5.       play();
  6.    }
  7. }
  8.